@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 62.5vw;
	margin: 0 auto
}

#certify .swiper-container {
	display: flex;
	    flex-direction: column;
}

#certify  .swiper-slide {
	/* width: 520px; */
	height: 38.13vw;
	flex-direction: column;
	overflow: hidden;
	box-sizing: border-box;
}
#certify  .swiper-slide .pro_img{
	width: 19.8vw;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide .pro_title{
	width: 29.69vw;
}
#certify  .swiper-slide .pro_title h1{
	font-size: 1.25vw;
	color: #000;
	margin-top: 3.18vw;
}
#certify  .swiper-slide .pro_title p{
	font-size: 0.729vw;
	color: #757575;
	margin-top: 1.56vw;
	line-height: 1.25vw;
}
#certify  .swiper-slide .pro_more{
	color: #d71718;
	width: 5.21vw;
	height: 1.615vw;
	line-height: 1.615vw;
	border: 1px solid #d71718;
	border-radius: 2.08vw;
	font-size: 0.729vw;
	text-align: center;
	
	display: block;
	margin: 3.125vw auto 0;
}#certify   .pro_more:hover{
	background-color: #d71718;
	color: #fff;
}
/* #certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
} */
.swiper-button-next, .swiper-button-prev {
    top: 60%;
}
.pro_title{
	width: 29.69vw;
	margin: 0 auto;
	text-align: center;
}
.pro_title h1{
	font-size: 1.25vw;
	color: #f1f1f1;
	margin-top: 1.18vw;
}
.pro_title p{
	font-size: 0.833vw;
	color: #d6d6d6;
	margin-top: 1.56vw;
	line-height: 1.25vw;
	height: 5.2vw;
}
.pro_more{
	color: #d71718;
	width: 5.21vw;
	height: 1.615vw;
	line-height: 1.615vw;
	border: 1px solid #d71718;
	border-radius: 2.08vw;
	font-size: 0.625vw;
	text-align: center;
	
	display: block;
	margin: 3.125vw auto 0;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	
	width: 2.832vw;
	height: 2.832vw;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0vw;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -2.92vw;
	background-size: 100%
}

#certify .swiper-button-next {
	
	width: 2.832vw;
	height: 2.832vw;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -5.84vw;
	background-size: 100%;
}
#certify .swiper-button-prev:focus{
	outline: none;
}
#certify .swiper-button-next:focus{
	outline: none;
}
#certify .swiper-button-next:hover {
	background-position: 0 -8.78vw;
	background-size: 100%
}
#certify .swiper-button-prev::after,#certify .swiper-button-next::after{
	content: '';
}